With some features that are interacting between each other, there are 4 common modes of WebInput.NET :
- Basic
WebInput.NET is used without formatting, editing and validating feature. There is no editor available.
- Display
WebInput.NET is used with display format feature. For DateTime format data type, edit value is converted to default short or long DateTime format. For number format data type, there is simple built-in editing feature like plus-minus sign and decimal separator validation. This mode supports formatting, validating, highlighting and client editor.
- Edit
WebInput.NET is used with edit format feature. For DateTime, number and other mask data type, spinning feature is enabled. For dynamicNumber, highlighting and spinning feature are disabled. mask data type This mode supports masking, validating, highlighting (except for MaskType.DynamicNumber) and client editor.
- Display and Edit
Composition of display and edit mode. Display and edit mode must have synchronous data type.
![]() |
Using WebInput.NET Designer to easily switch between modes. |